ISRO CSE 2017
Q24.
In a doubly linked list the number of pointers affected for an insertion operation will beQ25.
Given two statementsInsertion of an element should be done at the last node of the circular listDeletion of an element should be done at the last node of the circular listQ28.
Given reference to the following pages by a program0,9,0,1,8,1,8,7,8,7,1,2,8,2,7,8,2,3,8,3How many page faults will occur if the program has three page frames available to it and uses an optimal replacement?